projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
861a581
)
(vc-admin): Pass nil as last arg to vc-start-entry.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 18 Aug 1994 00:38:13 +0000
(
00:38
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 18 Aug 1994 00:38:13 +0000
(
00:38
+0000)
lisp/vc.el
patch
|
blob
|
history
diff --git
a/lisp/vc.el
b/lisp/vc.el
index 417dd1548f33f555053664b8e186fa19b63b0fb5..0d54d7e934c310eb6e632f2868749684a61a1d2c 100644
(file)
--- a/
lisp/vc.el
+++ b/
lisp/vc.el
@@
-564,7
+564,7
@@
level to check it in under. COMMENT, if specified, is the checkin comment."
(vc-start-entry file rev
(or comment (not vc-initial-comment))
"Enter initial comment." 'vc-backend-admin
-
'vc-checkout-writable-buffer-hook
))
+
nil
))
(defun vc-checkout (file &optional writable)
"Retrieve a copy of the latest version of the given file."